﻿

/* controls the fonts, size and default text colour for the page */
body{font-family: Trebuchet-MS, Arial, Sans-Serif;color:#173865;background-color:#B7CDE1;}

/* specify the location of your logo, background colour of the header and bottom border of the header */
#logoSpace
{
	border-color: #788389;
	background-color: #E7EEF5;
	color:#173865;
	background-image: url('/skins/hosteurope/hosteurope-logo-100px.png');/* fallback */
	background-image: url('/skins/hosteurope/hosteurope-logo-100px.png'), -webkit-gradient(linear, left top, left bottom, from(#D0DEEB), to(#E7EEF5)); /* Saf4+, Chrome */
	background-image: url('/skins/hosteurope/hosteurope-logo-100px.png'), -webkit-linear-gradient(top, #D0DEEB, #E7EEF5); /* Chrome 10+, Saf5.1+ */
	background-image: url('/skins/hosteurope/hosteurope-logo-100px.png'), -moz-linear-gradient(top, #D0DEEB, #E7EEF5); /* FF3.6+ */
	background-image: url('/skins/hosteurope/hosteurope-logo-100px.png'), -ms-linear-gradient(top, #D0DEEB, #E7EEF5); /* IE10 */
	background-image: url('/skins/hosteurope/hosteurope-logo-100px.png'), -o-linear-gradient(top, #D0DEEB, #E7EEF5); /* Opera 11.10+ */
	background-image: url('/skins/hosteurope/hosteurope-logo-100px.png'), linear-gradient(top, #D0DEEB, #E7EEF5); /* W3C */
}

/* specify color of info bar under header */
#infoBar{background-color:#D0DEEB;}

/* specify bottom line color */
div.bottomInfo hr{color:#173865;}

/* set the border and background colour for the main content areas */
.detailsPanel{border-color:#788389;background-color:#F3F3F3;}

/* set the border and background colour for the footer */
.helpPanel
{
	border-color: #788389;
	background-color: #898989;
	color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3C4042), to(#898989)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #3C4042, #898989); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #3C4042, #898989); /* FF3.6+ */
	background-image: -ms-linear-gradient(top, #3C4042, #898989); /* IE10 */
	background-image: -o-linear-gradient(top, #3C4042, #898989); /* Opera 11.10+ */
	background-image: linear-gradient(top, #3C4042, #898989); /* W3C */
}

/* custom footer styles */
.ftrtxtBld span
{
	font-weight:bold;
	display:block;
}

.ftrtxtBld, .ftrtxt
{
	text-align:center;
	float:left;
}

.ftrtxt
{
	font-weight:bold;
}

.ftrtxt a
{
	color:#fff;
	text-decoration:none;
}

div.groupLogo
{
	float:right;
}

div.groupLogo span
{
	background-image: url('/skins/hosteurope/mbr-hosteurope.png');
	background-repeat:no-repeat;width:86px;height:62px;
	display:block;
}








